Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / GetInterval Method
The interval range position.
The start index of the specified interval range.
The end index of the specified interval range.


In This Topic
    GetInterval Method (IntervalArray<T>)
    In This Topic
    Gets the indexes of the specified interval range.
    Syntax
    'Declaration
     
    
    Public Sub GetInterval( _
       ByVal index As Integer, _
       ByRef start As Integer, _
       ByRef end As Integer _
    ) 
    'Usage
     
    
    Dim instance As IntervalArray(Of T)
    Dim index As Integer
    Dim start As Integer
    Dim end As Integer
     
    instance.GetInterval(index, start, end)
    public void GetInterval( 
       int index,
       out int start,
       out int end
    )

    Parameters

    index
    The interval range position.
    start
    The start index of the specified interval range.
    end
    The end index of the specified interval range.
    See Also